arm: implement vpl011 (UART) emulator.
authorIan Campbell <ian.campbell@citrix.com>
Tue, 3 Jul 2012 09:52:21 +0000 (10:52 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 3 Jul 2012 09:52:21 +0000 (10:52 +0100)
commit7597b978e5cd31f298bef0ef759ce425f542070a
tree52edeb339222d0ddc49e5a2b3022a8665429053e
parentfe4c993f8c2dbe597379a280b1940961f9d811c3
arm: implement vpl011 (UART) emulator.

This is not interended to provide a full emulation, but rather just enough to
satisfy the use made by Linux' boot time decompressor code (which is too early
for DT etc)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/Makefile
xen/arch/arm/domain.c
xen/arch/arm/io.c
xen/arch/arm/io.h
xen/arch/arm/vpl011.c [new file with mode: 0644]
xen/arch/arm/vpl011.h [new file with mode: 0644]
xen/include/asm-arm/domain.h